Remove pad from struct input_event.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 2 Nov 2012 09:44:08 +0000 (13:44 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 2 Nov 2012 09:44:08 +0000 (13:44 +0400)
commitd82244ebdb7754dbab9c78b35ce6787898e2af60
treea9e645468fcb5a653fb844dcfdea4d0fabf377b8
parent0c29a61616fb1915974cec3c294c9c69bd7a4766
Remove pad from struct input_event.
* termhooks.h (struct input_event): Remove padding field.
Adjust comment.
* keyboard.c (event_to_kboard): Simplify because frame_or_window
member is never cons for a long time.  Adjust comment.
(mark_kboards): Adjust because SELECTION_REQUEST_EVENT and
SELECTION_CLEAR_EVENT has no Lisp_Objects to mark.  Add comment.
* xterm.c (handle_one_xevent): Do not initialize frame_or_window
field of SELECTION_REQUEST_EVENT and SELECTION_CLEAR_EVENT.
src/ChangeLog
src/keyboard.c
src/termhooks.h
src/xterm.c